home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Request
/
By Popular Request (Arsenal Computer)(SysOptics Distribution System).ISO
/
amiga4
/
t3dexe41.lha
/
bumpit.doc
< prev
next >
Wrap
Text File
|
1993-12-12
|
4KB
|
177 lines
BumpIt (1) Imagine Object Modifier 1993/01/31 BumpIt (1)
NAME
bumpit - Algorithmically perturb the points of an Imagine
object
SYNOPSIS
bumpit
[
parameters...
]
<
input_file
>
output_file
DESCRIPTION
BumpIt
will read an Imagine object file in binary (
TDDD
) or
ASCII (
TTDDD
) format (transparently to the user), will
algorithmically perturb the points of the object, and output
a binary (
TDDD
) Imagine object.
Note that all T3DLIB programs have the intelligence built-in
to determine whether the input file is in the binary or
ASCII format. No corny hard-wired file suffixes are
required. You may name your objects anything you wish.
By default, all Turbo Silver "
EXTR
" objects are read in and
"internalized" so that Imagine can use them, since Imagine
does not support "external" objects.
PARAMETERS
Parameters
must
be listed in the order shown below.
max
_
X
The weighting applied to the noise in the X axis of
the object. (Default value: 1.0)
max
_
Y
The weighting applied to the noise in the Y axis of
the object. (Default value: 1.0)
max
_
Z
The weighting applied to the noise in the Z axis of
the object. (Default value: 1.0)
max
_
R
The weighting applied to the noise radially to the
object. (Default value: 1.0)
Initial
_
Scale
-1-
BumpIt (1) Imagine Object Modifier 1993/01/31 BumpIt (1)
(Default value: 10.0)
Number
_
of
_
Scales
(Default value: 5.0)
Scale
_
Ratio
(Default value: 0.4)
Amplitude
_
Ratio
(Default value: 0.4)
Time
_
Ratio
(Default value: 0.4)
Time
(Default value: 0.0)
For a full description of all of the above noise
parameters, please read the Essence manual by Apex
Software Publishing.
IDENTIFICATION
Author: Glenn M. Lewis
Revision Number: 38; Release Date: 1993/01/31.
The entire
T3DLIB
collection of source and executables are
Copyright ⌐ 1988-1993 by Glenn M. Lewis. All Rights
Reserved. Source code of
T3DLIB
may not be used in whole or
in part in any commercial endeavor without the prior written
permission of the author.
Imagine is Copyright ⌐ by Impulse Inc.
Essence is Copyright ⌐ 1992-1993 by Apex Software
Publishing.
SEE ALSO
mbb(1), readwrite(1), set_brush_path(1),
set_texture_path(1), spherize(1), tddd2dxf(1), tddd2mif(1),
tddd2nff(1), tddd2off(1), tddd2pov(1), tddd2ps(1),
tddd2ray(1), tddd2vort(1)
BUGS
-2-
BumpIt (1) Imagine Object Modifier 1993/01/31 BumpIt (1)
No bugs known.
-3-